Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/solygambas/html-css-javascript-projects/079-creative agency website/

index.html /cody/solygambas/html-css-javascript-projects/079-creative agency website/index.html
392 Views
0 Comments
<!-- Based on Creative Agency Website From Scratch by Brad Traversy (2021)
see: https://www.youtube.com/watch?v=lvYnfMOUOJY -->

script.js /cody/solygambas/html-css-javascript-projects/079-creative agency website/script.js
250 Views
0 Comments
const toggleButton = document.querySelector(".toggle");
const navigation = document.querySelector(".navigation");

toggleButton.
style.css /cody/solygambas/html-css-javascript-projects/079-creative agency website/style.css
176 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;500;700&display=swap");

:root {
--main-color: #f60f20;